Spread Windows Forms 12.0 Product Documentation
ButtonTextCollectionInfo Constructor(String[],String[])


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ButtonTextCollectionInfo Class > ButtonTextCollectionInfo Constructor : ButtonTextCollectionInfo Constructor(String[],String[])
A System.String array value indicates the key of the element.
A System.String array value indicates the value of the element.
The constructor initializes a new instance of the ButtonTextCollectionInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal keys() As String, _
   ByVal values() As String _
)
'Usage
 
Dim keys() As String
Dim values() As String
 
Dim instance As New ButtonTextCollectionInfo(keys, values)
public ButtonTextCollectionInfo( 
   string[] keys,
   string[] values
)

Parameters

keys
A System.String array value indicates the key of the element.
values
A System.String array value indicates the value of the element.
See Also

Reference

ButtonTextCollectionInfo Class
ButtonTextCollectionInfo Members
Overload List